home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source / www / readme.txt < prev   
Encoding:
Text File  |  1994-10-25  |  9.4 KB  |  212 lines

  1.                                                                         Read Me
  2.                       WORLDWIDEWEB CERN-DISTRIBUTED CODE
  3.                                        
  4.    See the CERN copyright[1] .  This is the README file which you get when you
  5.    unwrap one of our tar files. These files contain information about
  6.    hypertext, hypertext systems, and the WorldWideWeb project. If you have
  7.    taken this with a .tar file, you will have only a subset of the files.
  8.    
  9.    THIS FILE IS A VERY ABRIDGED VERSION OF THE INFORMATION AVAILABLE ON THE
  10.    WEB.   IF IN DOUBT, READ THE WEB DIRECTLY. If you have not got ANY browser
  11.    installed yet, do this by telnet to info.cern.ch (no username or password).
  12.    
  13.    Files from info.cern.ch are also mirrored on ftp.ripe.net.
  14.    
  15. Archive Directory structure
  16.  
  17.    Under /pub/www[2] , besides this README file, you'll find bin[3] , src[4]
  18.    and doc[5] directories.  The main archives are as follows:
  19.    
  20.   bin/xxx/bbbb            Executable binaries of program bbbb for system xxx.
  21.                          Check what's there before you bother compiling. (Note
  22.                          HP700/8800 series is "snake")
  23.                          
  24.   bin/next/WorldWideWeb_v.vv.tar.Z
  25.                          The Hypertext Browser/editor for the NeXT -- binary.
  26.                          
  27.   src/WWWLibrary_v.vv.tar.Z
  28.                           The W3 Library. All source, and Makefiles for
  29.                          selected systems.
  30.                          
  31.   src/WWWLineMode_v.vv.tar.Z
  32.                           The Line mode browser - all source, and Makefiles for
  33.                          selected systems. Requires the Library[6] .
  34.                          
  35.   src/WWWDaemon_v.vv.tar.Z
  36.                           The HTTP daemon, and WWW-WAIS  gateway programs.
  37.                          Source.  Requires the Library.
  38.                          
  39.   src/WWWMailRobot_v.vv.tar.Z
  40.                           The Mail Robot.
  41.                          
  42.   doc/WWWBook.tar.Z       A snapshot of our internal documentation - we prefer
  43.                          you to access this on line -- see warnings below.
  44.                          
  45. Basic WWW software installation from source
  46.  
  47.    This applies to the line mode client and the server.  Below, $prod means
  48.    LineMode or Daemon depending on which you are building.
  49.    
  50.   GENERATED DIRECTORY STRUCTURE
  51.   
  52.    The tar files are all designed to be unwrapped in the same (this) directory.
  53.    They create different parts of a common directory tree under that directory.
  54.    There may be some duplication. They also generate a few files in this
  55.    directory: README.*, Copyright.*, and some installation instructions (.txt).
  56.    
  57.    The directory structure is, for product $prod  and machine $WWW_MACH
  58.    
  59.   WWW/$prod/Implementation
  60.                           Source files for a given product
  61.                          
  62.   WWW/$prod/Implementation/CommonMakefile
  63.                          The machine-independent parts of the Makefile for this
  64.                          product
  65.                          
  66.  
  67.  
  68.                                                                 Read Me (65/66)
  69.   WWW/$prod/$WWW_MACH/    Area for compiling for a given system
  70.                          
  71.   WWW/All/$WWW_MACH/Makefile.include
  72.                          The machine-dependent parts of the makefile for any
  73.                          product
  74.                          
  75.   WWW/All/Implementation/Makefile.product
  76.                          A makefile which includes both parts above and so can
  77.                          be used from any product, any machine.
  78.                          
  79.   COMPILATION ON ALREADY SUPPORTED PLATFORMS
  80.   
  81.    You must get the WWWLibrary tar file as well as the products you want and
  82.    unwrap them all from the same directory.
  83.    
  84.    You must define the environmant variable WWW_MACH to be the architecure of
  85.    your machine (sun4, decstation, rs6000, sgi, snake, etc)
  86.    
  87.    In directory WWW, type BUILD.
  88.    
  89.   COMPILATION ON NEW PLATFORMS
  90.   
  91.    If your machine is not on the list:
  92.    
  93.       Make up a new subdirectory of that name under WWW/$prod and WWW/All,
  94.       copying the contents of a basically similar architecture's directory.
  95.       
  96.       Check the  WWW/All/$WWW_MACH/Makefile.include for suitable directory and
  97.       flag definitions.
  98.       
  99.       Check the file tcp.h for the system-specific include file coordinates,
  100.       etc.
  101.       
  102.       Send any changes you have to make back to www-request@info.cern.ch for
  103.       inclusion into future releases.
  104.       
  105.       Once you have this set up, type BUILD.
  106.       
  107. NeXTStep Browser/Editor
  108.  
  109.    The browser for the NeXT is those files contained in the application
  110.    directory WWW/Next/Implementation/WorldWideWeb.app and is compiled. When you
  111.    install the app, you may want to configure the default page,
  112.    WorldWideWeb.app/default.html. These must point to some useful information!
  113.    You should keep it up to date with pointers to info on your site and
  114.    elsewhere. If you use the CERN home page note there is a link at the bottom
  115.    to the master copy on our server.   You should set up the address of your
  116.    local news server with
  117.    
  118.                       dwrite WorldWideWeb NewsHost  news
  119.  
  120.    replacing the last word with the actual address of your news host. See
  121.    Installation instructions[7] .
  122.    
  123. Line Mode browser
  124.  
  125.    Binaries of this for some systems are available in /pub/www/bin/ . The
  126.    binaries can be picked up, set executable, and run immediately.
  127.    
  128.    If there is no binary, see "Installation from source" above.
  129.    
  130.     (See Installation notes[8] ).  Do the same thing (in the same directory) to
  131.    the WWWLibrary_v.cc.tar.Z file to get the common library.
  132.    
  133.  
  134.  
  135.                                                                Read Me (65/130)
  136.    You will have an ASCII printable manual in the file
  137.    WWW/LineMode/Defaults/line-mode-guide.txt which you can print out at this
  138.    stage. This is a frozen copy of some of the online documentation.
  139.    
  140.    Whe you install the browser, you may configure a default page. This is
  141.    /usr/local/lib/WWW/default.html for the line mode browser. This must point
  142.    to some useful information! You should keep it up to date with pointers to
  143.    info on your site and elsewhere. If you use the CERN home page note there is
  144.    a link at the bottom to the master copy on our server.
  145.    
  146.    Some basic documentation on the browser is delivered with the home page in
  147.    the directory WWW/LineMode/Defaults. A separate tar file of that directory
  148.    (WWWLineModeDefaults.tar.Z) is available if you just want to update that.
  149.    
  150.    The rest of the documentation is in hypertext, and so wil be readable most
  151.    easily with a browser. We suggest that after installing the browser, you
  152.    browse through the basic documentation so that you are aware of the options
  153.    and customisation possibilities for example.
  154.    
  155. Server
  156.  
  157.    The server can be run very simply under the internet  daemon, to export a
  158.    file directory tree as a browsable hypertext tree.  Binaries are avilable
  159.    for some platofrms, otherwise follow instructions above for compiling and
  160.    then go on to " Installing the basic W3 server[9] ".
  161.    
  162. XMosaic
  163.  
  164.    XMosaic is an X11/Motif  W3 browser.
  165.    
  166.    The sources and binaries are distributed separately from
  167.    FTP.NCSA.UIUC.EDU[10] , in  /Web/xmosaic[11] .  Binaries are available for
  168.    some platforms.  If you have to build from source, check the README in the
  169.    distribution.
  170.    
  171.    The binaries can be picked up, uncompressed, set "executable" and run
  172.    immediately.
  173.    
  174. Viola browser for X11
  175.  
  176.    Viola is an X11 application for reading global hypertext.  If a binary is
  177.    available from your machine, in /pub/www/bin/.../viola*, then take that and
  178.    also the Viola "apps" tar file which contains the scripts you will need.
  179.    
  180.    To generate this from source, you will need both the W3 library and the
  181.    Viola source files.  There is an Imakefile with the viola source directory.
  182.    You will need to generate the XPA and XPM libraries and the W3 library
  183.    befere you make viola itself.
  184.    
  185. Documentation
  186.  
  187.    In the /pub/www/doc[12] directory are a number articles, preprints and
  188.    guides on the web.
  189.    
  190.    See the online WWW bibliography[13] for a list of these and other articles,
  191.    books, etc. and also the list of WWW Manuals[14] available in text and
  192.    postscript form.
  193.    
  194. General
  195.  
  196.    Your comments will of course be most appreciated, on code, or information on
  197.    the web which is out of date or misleading. If you write your own hypertext
  198.    and make it available by anonymous ftp or using a server, tell us and we'll
  199.    put some pointers to it in ours. Thus spreads the web...
  200.  
  201.  
  202.                                                                Read Me (66/195)
  203.                                                                 Tim Berners-Lee
  204.                                                                                
  205.                                                            WorldWideWeb project
  206.                                                                                
  207.                                               CERN, 1211 Geneva 23, Switzerland
  208.                                                                                
  209.           Tel: +41 22 767 3755; Fax: +41 22 767 7155; email: timbl@info.cern.ch
  210.                                                                                
  211.    
  212.